Carbon


minCountry

Header: Script.h

enum {
    minCountry = 0,
    maxCountry = 107
};

Constant descriptions

minCountry

The lowest defined region code (for range-checking); currently this is equal to the region code verUS.

maxCountry

The highest defined region code (for range-checking); currently this is equal to the region code verThailand.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)